GrapeCity.Xaml.SpreadSheet.Data
Remove Method (NotifyCollectionBase<T>)


The item to remove from the collection.
Removes the specified item from the collection.
Syntax
'Declaration
 
Public Overridable Function Remove( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.Remove(item)
public virtual bool Remove( 
   T item
)

Parameters

item
The item to remove from the collection.

Return Value

true if the item is successfully removed; otherwise, false.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe collection is read-only.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options